GetPartialAXTreeResponse

data class GetPartialAXTreeResponse(nodes: List<AXNode>)

Represents response frame that is returned from Accessibility#getPartialAXTree operation call. Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

See also

Constructors

GetPartialAXTreeResponse
Link copied to clipboard
fun GetPartialAXTreeResponse(nodes: List<AXNode>)

Properties

nodes
Link copied to clipboard
val nodes: List<AXNode>
The Accessibility.AXNode for this DOM node, if it exists, plus its ancestors, siblings and children, if requested.

Sources

jvm source
Link copied to clipboard